-
Notifications
You must be signed in to change notification settings - Fork 54
Upgrade dependencies, misc. fixes #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Although Bluebird appears to support ES5 at runtime, its typings now depend on ES6 Map: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/00cb71a36a31ec77e0f8c4c4598cc7d457385bf1/types/bluebird/index.d.ts#L660
| ); | ||
|
|
||
| let outName = this.getOutName(doc.namespace.name); | ||
| if (doc.namespace.isPrimitiveSpace || new Address(outName).isLocal) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@charto This is a big hack - Although I suspect there is a better way of doing this, this is the best I could come up with.
|
Thanks! Could you remove the yarn.lock file? Then I can merge. |
| "removeComments": false, | ||
| "target": "es5" | ||
| "target": "es5", | ||
| "lib": ["es6"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be just: [ "es5", "es2015.collection" ]
|
What's the status of this pull request? |
|
I no longer have write access to the OUP repository so will need to open new PR |
|
Replaced by PR #27 |

This PR contains dependency updates (two commits taken from
develop) + minimal fixes needed to get cxsd building. I'll leave refactorings/feature ideas to another PR.